* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2014 16:00:17 +0000 (12:00 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2014 16:00:17 +0000 (12:00 -0400)
commit933019e8728c2287511f3e750a05d7bb51585cf5
treed19313124bb21a360b2779bfe3af263c2a1d07bf
parent86b1387922bb6ea774c1cc3502666c67ff0a829e
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
the docstring of functions advised before dumping.
* src/doc.c (store_function_docstring): Warn when we don't know where to
put a docstring.
(Fsubstitute_command_keys): Don't advertise the fact that
text-properties are dropped, since we think it's a bug that we'll fix
in 24.5.
lisp/ChangeLog
lisp/emacs-lisp/nadvice.el
src/ChangeLog
src/doc.c